home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP Products & Services 1994 Summer / NeXTSTEP Products & Services 1994 Summer.iso / AlembicDemo.app / EquationBuilder / EquationBuilder.pkg / EquationBuilder.tar.Z / EquationBuilder.tar / EquationBuilder.app / English.lproj / OperatorInspector.nib / data.classes next >
Text File  |  1992-09-15  |  399b  |  27 lines

  1. OperatorInspector = {
  2.     ACTIONS = {
  3.     changeSize:;
  4.     changePosition:;
  5.     };
  6.     OUTLETS = {
  7.     positionMatrix;
  8.     sizeMatrix;
  9.     };
  10.     SUPERCLASS = AttributesInspector;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. AttributesInspector = {
  18.     ACTIONS = {
  19.     groupChanged:;
  20.     };
  21.     OUTLETS = {
  22.     attributesInspectorView;
  23.     inspectedObject;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27.